home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue62 / WStrings / widequery.dfm < prev    next >
Text File  |  2000-08-15  |  992b  |  50 lines

  1. object InputQueryWForm: TInputQueryWForm
  2.   Left = 224
  3.   Top = 116
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'InputQueryWForm'
  7.   ClientHeight = 110
  8.   ClientWidth = 316
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 38
  26.     Height = 16
  27.     Caption = 'Label1'
  28.   end
  29.   object Button1: TButton
  30.     Left = 72
  31.     Top = 72
  32.     Width = 75
  33.     Height = 25
  34.     Caption = 'OK'
  35.     Default = True
  36.     ModalResult = 1
  37.     TabOrder = 0
  38.   end
  39.   object Button2: TButton
  40.     Left = 160
  41.     Top = 72
  42.     Width = 75
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = 'Cancel'
  46.     ModalResult = 2
  47.     TabOrder = 1
  48.   end
  49. end
  50.